PImage img;
// Image must be in the sketch's "data" folder to load
img = loadImage("arch.jpg");
image(img, 20, 20, 60, 60);
